version management

All posts tagged version management by Linux Bash
  • Posted on
    Featured Image
    This article is a detailed guide on how to downgrade packages in Linux using APT, DNF, and Zypper. It explains how to check available versions, perform the downgrade, and prevent automatic future updates for each package manager. Useful for maintaining compatibility and system stability when updates cause issues.
  • Posted on
    Featured Image
    Learn to master Python version management with Pyenv on Linux, valuable for developers needing multiple Python environments. The guide covers Pyenv installation, managing and setting Python versions globally or per project on various Linux systems without admin rights, alongside detailed command examples and troubleshooting tips, enhancing your workflow efficiently.
  • Posted on
    Featured Image
    Discover the versatility of NVM, Node.js Version Manager, for maintaining multiple Node.js versions on Linux systems. This blog post covers NVM's importance, detailed installation guides using curl and wget, and its benefits in managing Node.js environments effectively, enhancing compatibility without affecting global settings. Learn to install, switch, and manage Node.js versions seamlessly, ensuring efficient workflow across diverse projects. Ideal for developers needing varied Node.js versions.